@charset "utf-8";
img{width:100%; }
.container-full {
	width: 100%;
}
.container {
	margin:0 auto;
}
.clear {
	clear: both;
}
.visible {
	overflow: visible;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	text-align: center;
}
.f16 {
	font-size: 1rem;
}
.f18 {
	font-size: 1.125rem;
}
.h10{height:0.625rem;clear:both;}
.h30{height:1.875rem;clear:both;}
.h50 {
	height: 3.125rem;
	clear: both;
}
.h80 {
	height: 5rem;
	clear: both;
}
.pd0{padding:0;}
.black63 {
	color: #636363;
}
.white {
	color: #000;
}
.white2{color:#fff;}
.orange {
	color: #86c126;
}
a {
	color: #636363;
}
a:hover {
	color: #86c126;
}

.green{color: #8BC34A;}
/*location*/
.location {
	padding: 1.25rem 0;
	background: #f1f1f1;
	line-height:2rem;
}
.location>.container{height:2rem;}
.location a {
	padding: 0 10px;
	line-height:2rem;
}
.border-1px{
	border: 1px solid #d9d9d9;
}

/*header*/
header {
	background-color: #e3e3e3;
	height: 30px;
	line-height: 30px;
	font-size:0.875rem;
}
/*nav*/
nav {
	color: #666666;
}

nav ul.navlist>li {
	float: left;
	line-height: 90px;
	position: relative;
	display: block;
}
nav ul.navlist>li>a {
	padding: 0 20px;
	text-decoration: none;
}
nav ul.navlist .caret {
	background: url(/images/icon/navIco.png) no-repeat;
	margin-left: 5px;
	width: 11px;
	height: 7px;
	display: inline-block;
}
nav ul.navlist .show>.dropdown-menu {
	display: block;
}
nav ul.navlist .dropdown-menu {
	width: 760px;
	margin: 8px 0 0 0;
	background-color: #f2f2f2;
	border: 0;
	left: -250px;
	height: 425px;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
	display: none;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
nav ul.navlist .subNavList {
	width: 210px;
	padding: 17px 10px 0;
}
nav ul.navlist .subNavList a {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	color: #666;
}
nav ul.navlist .subNavList a em {
	float: right;
	font-family: simsun;
	color: #666;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}
nav ul.navlist .subNavList a:hover, nav ul.navlist a.active, nav ul.navlist .subNavList a:hover em, nav ul.navlist .subNavList a.active em {
	text-decoration: none;
	color: #86c126;
}
nav ul.navlist .subNavCon {
	background-color: #fff;
	width: 530px;
	overflow: hidden;
	height: 430px;
}
nav ul.navlist .subNavCon .navList {
	width: 220px;
	margin: 20px 0 0 20px;
}
nav ul.navlist .subNavCon .navList a {
	display: block;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}
nav ul.navlist .subNavCon .navList a:hover, .navBody .subNavCon .navList a.active {
	text-decoration: none;
	color: #86c126;
}
nav ul.navlist .subNavCon .conList {
	width: 240px;
	margin-left: 25px;
}
nav ul.navlist .subNavCon .conList img {
	display: block;
	margin: 25px 0 15px;
}
nav ul.navlist .subNavCon .conList p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
}
nav ul.navlist .subNavCon .conList p a {
	color: #86c126;
	text-decoration: none;
}
nav ul.navlist .subNavCon .conList p a em {
	font-style: normal;
	font-family: simsun;
}
nav ul.navlist .subNavCon .con {
	display: none;
}
nav ul.navlist .subNavCon .conlist2{
	
}
nav ul.navlist .subNavCon .conlist2 img{
	width:400px;
	    margin: 0 auto;
    display: block;

}
nav ul.navlist .subNavCon .conlist2 p{
	    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 10px;
	padding: 0 20px;
}

/*banner*/
/* index - banner */
.full_banner {
	width: 100%;
	position: relative;
	height: 100%;
	background: #FFF;
	overflow: hidden;
}
.full_banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.full_banner .bd ul {
	width: 100% !important;
}
.full_banner .bd li {
	width: 100% !important;
	float: left;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.full_banner .bd li img {
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: block;
}
.full_banner .bd li a {
	display: block;
	height: 100%
}
.full_banner .bd .prev, .full_banner .bd .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/images/icon/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.full_banner .bd .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
/*footer*/
footer {
	background-color: #595757;
	padding-top: 40px;
}
footer .bottom-nav dl {
padding: 20px 0 50px 20px;
	background: url(/images/icon/blank.jpg) left top no-repeat;
	font-size: 0.875rem;
}
footer .bottom-nav dl dt {
	margin-bottom: 15px;
}
footer .bottom-nav dl dt a {
	color: #86c126
}
footer .bottom-nav dl dd {
	line-height: 26px;
	color: #d6d6d6;
}
footer .bottom-nav dl dd a {
	color: #d6d6d6;
}
footer .bottom-nav dl dd a:hover {
	color: #fff;
}
footer .copyright {
	background: #3a3a3a;
	text-align: center;
	color: #555;
padding: 1rem;
    font-size: 0.875rem;
	border-top: 1px solid #303030;
}
.price .price_a {
	text-indent: 3rem;
    background-position: 0 -2.5rem;
    width: 10rem;
    height: 2.5rem;
    display: block;
    line-height: 2.5rem;
	background-color: #86c126;
    color: #fff;
    border-radius: 2px;
}
.price .price_b {
    text-indent: 2.5rem;
    line-height: 2.5rem;
    background-position: 0 -5rem;
    background-color: #424355;
    width: 10rem;
    color: #fff;
}

.price_a, .price_b {
    background: url(/images/icon/pro_btn2.png) no-repeat;
	margin: 1rem 0.25rem;
}
.price .price_a:hover {
	background-color: #86c126;
}
/*图片放大*/
img.ttimg {
	width:100%;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
img.ttimg:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
/*page*/
.page {
	font-size: 16px;
}
.page span {
	overflow: hidden;
	display: block;
	float: left;
}
.page>.pagging {
	float: left;
	color: #fff;
	border: 1px solid;/* margin-right: 10px; */
}
.page:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.page b {
	float: left;
	color: #fff;
	border: 1px solid #86c126;
	background: #86c126;
	margin-right: 10px;
	width: 65px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.news-list .page a {
	line-height: 40px;
}
.page a {
	float: left;
	color: #333;
	margin-right: 10px;
	font-size: 16px;
	line-height: 40px;
	width: 65px;
	background: #ffffff;
	border: 1px solid #999;
	text-align: center;
	display: block;
}
.pagging span.gray {
	display: block;
	float: left;
	color: #8a8a8a;
	border: 1px solid;
	margin-right: 10px;
	font-size: 16px;
	width: 60px;
	line-height: 40px;
	display: inline-block;
	width: 65px;
	border: 1px solid #999;
	text-align: center;
}
.page span a:hover, .pagging a:hover {
	border: 1px solid #86c126;
	color: #86c126;
}
/*gotop*/
.cebian {
	height: 304px;
	width: 60px;
	position: fixed;
	top: 38.2%;
	right: 0;
	z-index: 9;
		overflow: visible;
}
.cebian ul {
	width: 100%;
	height: 100%
}
.cebian ul li {
	width: 100%;
	height: 60px;
	background-color: #31353d;
	float: left;
	position: relative;
	cursor: pointer
}
.cebian ul li a {
	width: 192px;
	display: block;
	float: left;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	color: #FFF;
	z-index: 9999999;
	background-color: #31353d;
	font-size: 17px
}
.cebian ul li a:hover{background:#86c126;}
.cebian ul li span {
	width: 46px;
	height: 59px;
	border-top: 1px solid #464a51;
	display: block;
	background: url(/images/icon/icon_hf.png) no-repeat;
	float: left;
	margin: 0 7px;
	transition: all .3s
}
.cebian ul li:hover span {
	border-bottom: none;
	border-top: 1px solid #ff9800;
	transition: all .3s
}
.cebian ul li a .span1 {
	background-position: -395px 0;
	border-top: none
}
.cebian ul li a .span2 {
	background-position: -395px -63px
}
.cebian ul li .span3 {
	background-position: -395px -123px
}
.cebian ul li a .span4 {
	background-position: -395px -183px
}
.cebian ul li .span5 {
	background-position: -395px -243px
}
.cebian_wx {
	background: url(/images/icon/weixin.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: -1;
	right: -150px;
	top: 0
}
/*search*/
.index_search .enqury_search{height:2rem;}
.index_search form {
	width: 100%;
}
.index_search div.sele-type {
	width: 110px;
	height: 33px;
	float: left;
}
.index_search div.sele-type span {
	width: 110px;
	height: 2rem;
	color: #fff;
	float: left;
	line-height: 31px;
	cursor: pointer;
	background: #FF0000;
	text-align: center;
	font-size: 16px;
}
.index_search span.search-input {
	display: inline-block;
	height: 2rem;


	padding-left: 110px;
}
.index_search span.search-input .in_search {
	border: 0;
	outline: none;
	float: left;
	width: 300px;
	height: 2rem;
	padding: 0 10px;
}
.index_search span.search-input .enqury_search {
	border: 0;
	outline: none;
	height: 2rem;
}
.search {
	background: #f7f7f7;
	padding: 2rem 0;
	border-bottom: 1px solid #F1F1F1;
}
.search .hot a {
	padding: 0 10px;
	color: #999;
}
.search .hot a:hover {
	color: #0077ff;
}
.search .hot {
	line-height: 36px;
	color: #999;
	padding-left: 20px;
	overflow: hidden;
	width: 680px;
	height: 36px;
}
/*公告*/
 .gonggao{padding:20px;line-height:28px;}
	  .gonggao h3{padding-bottom:10px;
		  text-align:center;color:#c00;
		  font-size:20px;
		  font-weight:bold;
		  
	  }
	  .gonggao h4{
		  padding-top:10px;
		  font-size:16px;
	  }
	  .gonggao p{
		  padding-top:10px;
		  font-size:16px;
	  }
.gonggao img{width: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px;}
.gonggao h2{color:#c00;font-size:20px;text-align:center;font-weight:bold;}
.cnzz{
	display:none;
}
/*sitemap*/
.map h2 {
    padding-bottom: 1rem;
}
.map .section {
    width: 100%;
}
.map .channel {
    border-bottom: #e5e5e5 1px solid;
}
.map .channel a {
    line-height: 2rem;
    font-size: 1rem;
    color: #2196F3;
}
.map .list {
    margin: 1rem 0;
}
.map .list a {
    line-height: 2rem;
    display: inline-block;
    padding-right:1rem;
}
.map .onechannel a {
    padding: 0 2rem;
    font-size: 1.25rem;
}
.map .section h4 {
    font-size: 1rem;
}
.map .section .list-artic {
    padding: 2rem 0;
}
.map .section .list-artic a {
    padding-right:1rem;
    font-size: 0.875rem;
}
/* CSS Document */
